Uses of Interface
nl.justobjects.pushlet.core.Protocol

Packages that use Protocol
nl.justobjects.pushlet.client   
nl.justobjects.pushlet.core   
nl.justobjects.pushlet.servlet   
 

Uses of Protocol in nl.justobjects.pushlet.client
 

Subinterfaces of Protocol in nl.justobjects.pushlet.client
 interface PushletClientListener
          Interface for listener of the PushletClient object.
 

Classes in nl.justobjects.pushlet.client that implement Protocol
 class PushletClient
          Client API for Java HTTP client applets or apps.
 

Uses of Protocol in nl.justobjects.pushlet.core
 

Classes in nl.justobjects.pushlet.core that implement Protocol
 class BrowserAdapter
          Generic implementation of ClientAdapter for browser clients.
 class Command
          Wraps pushlet request/response data.
 class Controller
          Handles servlet requests from client.
 class Dispatcher
          Routes Events to Subscribers.
 class Event
          Represents the event data.
 class Session
          Represents client pushlet session state.
 class Subscriber
          Handles data channel between dispatcher and client.
 

Uses of Protocol in nl.justobjects.pushlet.servlet
 

Classes in nl.justobjects.pushlet.servlet that implement Protocol
 class Pushlet
          Servlet runs a Subscriber per request.